REALSQLdatabase.ShortColumnNames

If True, REALSQLdatabase will use the column names as they appear in table schemas for query results whenever it can. Aliased columns and ambiguous columns will be fully qualified.

Syntax

ShortColumnNames( Boolean ) as


Parameters

Boolean


Notes

If False, REALSQLdatabase will return column names exactly as they appeared in the original query. The default value is True.